home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 668 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.ioffe.rssi.ru!usenet
  2. From: "Eugene I Levin" <Levin@lh.ioffe.rssi.ru>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: RANDOM NUMBER GENERATOR
  5. Date: Fri,  5 Jan 1996 16:18:24 +0300 (MSK)
  6. Organization: Ioffe Institute
  7. Distribution: world
  8. Message-ID: <ABWKIxmi6N@lh.ioffe.rssi.ru>
  9. NNTP-Posting-Host: ccpti.ioffe.rssi.ru
  10. Mime-Version: 1.0
  11. Content-Transfer-Encoding: 8bit
  12. X-Mailer: dMail [Demos Mail for DOS v1.23]
  13.  
  14. Bill,
  15.  
  16. > The recent paper:
  17. > Vattulainen et al. (1994) Physical Review Letters, 73, 2513-2516
  18. > finds problems with your generator which they call R250.
  19. >
  20. > A linear congruential generator GGL passes the tests.
  21.  
  22. Many thanks :-( ... I really trusted the generator: a lot of Monte-
  23. Carlo simulation of Coulomb-interacting particles has been done with
  24. it, and from our experience the Coulomb energy is VERY sensitive to
  25. bad generators: that's how we sorted our some bad congruential
  26. generators (including infamous IBM "RANDU"). Also I ran just \chi^2
  27. test of 3D distribution of consequent numbers of r250, and the
  28. results were EXCELLENT.
  29.  
  30. I'll try to find the paper (it's not that easy nowadays in Russia:
  31. central St.Petersburg library has no money to subscribe Phys.Rev. :-().
  32.  
  33. Again: many thanks for the warning.
  34.  
  35. Regards,
  36. --
  37. Eugene I Levin, St.Petersburg, Russia (Levin@lh.ioffe.rssi.ru).
  38.  
  39.